home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / sketchbo.swf / scripts / DefineButton2_388 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-01-06  |  74 b   |  7 lines

  1. on(release){
  2.    if(!this.locked)
  3.    {
  4.       _root.newGame();
  5.    }
  6. }
  7.